The RenderHTML method returns a variant that contains HTML data for the report page. This method can be invoked only when in formatting idle mode.
Function RenderHTML (includeDrillDownLinks As Boolean,
pageStyle As CRHTMLPageStyle, toolbarStyle As CRHTMLToolbarStyle,
baseURL As String, resultType As CRRenderResultType)
Parameter | Description |
---|---|
Indicates whether or not the HTML page will include hyperlinks for drilling | |
CRHTMLPageStyle. Specifies the style of the HTML page to be rendered. | |
CRHTMLToolbarStyle. Bitwise constant specifies the style of the toolbar to be used. Constants can be XOR'd. | |
The URL used to access the report when it is first generated. | |
CRRenderResultType. Specifies whether the page will be rendered using strings or arrays. See Remarks below. |
Currently only arrays are supported.
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |